home *** CD-ROM | disk | FTP | other *** search
/ CD Concept 6 / CD Concept 06.iso / mac / UTILITAIRE / NET Mac / version.c(2.3.47) < prev   
Text File  |  1995-01-15  |  85KB  |  1,430 lines

  1. /* version control information */
  2. #include "global.h"
  3. #include "config.h"
  4.  
  5. char version[] = "NET/Mac 2.3.47";
  6.  
  7. /*
  8.  * What this application is intended for:
  9.  * ======================================
  10.  * NET/Mac is an application, that has been created for ham-radio operators.
  11.  * It can be used to hook up a Macintosh to the amateur-radio 'packet-radio'
  12.  * wireless network. NET/Mac supports the TCP/IP protocol.
  13.  * To use NET/Mac you need:
  14.  * a) a ham-radio license
  15.  * b) a transceiver connected to an antenna
  16.  * c) a TNC that supports the KISS protocol
  17.  * d) a Macintosh 512 or newer
  18.  *
  19.  * History
  20.  * =======
  21.  * The application NET/Mac, was ported (from Phil Karn's NET) to the Mac
  22.  * by Dewayne WA8DZP.
  23.  *
  24.  * This release is based on Dewayne's NET/Mac 2.0 and contains all mods of
  25.  * the newer NET/Mac 2.2. Both NET/Mac 2.0 and 2.2 were released by Dewayne
  26.  * Hendricks and Doug Thom. Since some time I have been making mods (bug-
  27.  * fixes and enhancements) to their NET/Mac, and have always sent them these
  28.  * mods. Now that they are working on a new application, that will support
  29.  * high speed networks and will also support AppleTalk over that network,
  30.  * they have given me permission to distribute their NET/Mac with my mods
  31.  * installed.
  32.  * 
  33.  * I hope you'll like the work I have done so far, and I will try to keep
  34.  * 'upgrading' this application as much as possible. Don't bother Dewayne
  35.  * or Doug in case you have problems or questions. Don't hesitate to call
  36.  * me if any help is needed. I will try to be as helpful as I can. If you
  37.  * want to become member of a 'NET/Mac distributionlist' (I myself prefer
  38.  * internet for sending out newer versions...) then please leave me a note.
  39.  * I may start sending out UpdateMaker documents that will allow you to
  40.  * update NET/Mac to a newer version as soon as one has become available.
  41.  * 
  42.  * I'd like to thank Dewayne and Doug for the sources they gave me to work
  43.  * on and Joe AF2J for already sending me a number of mods.
  44.  * 
  45.  *                                                Adam van Gaalen, PA2AGA.
  46.  *                                                
  47.  * 
  48.  * My mail addresses are:  internet: pa2aga@iag.tno.nl    (for letters only!)
  49.  *                               or: adam@iag.tno.nl      (for files/letters)
  50.  *                       ham tcp/ip: pa2aga@pa2aga
  51.  *                          ham BBS: pa2aga@pi8vnw.#zh2.nld.eu
  52.  */
  53.  
  54.  
  55. /* Modifications I made so far: + = installed some time ago
  56.  *                              # = installed in version #
  57.  *                              #R= installed in Release 2.3.#
  58.  *
  59.  *  File           Modification
  60.  *  ----           ------------
  61. 58  arpcmd.c       Make syntax of error- and usage-messages more consistent
  62. 59                 Make syntax of error- and usage-messages more consistent
  63. 60                 Make syntax of error- and usage-messages more consistent
  64. 73                 Implement fixes for more 'Real-Time processing'
  65. 47R                Show hostnames in ARP console-output 
  66.  +  arpdump.c      Support 'trace <interface> <bits> [filename]'
  67. 73  arp.c          Implement fixes for more 'Real-Time processing'
  68. 14R                Mods for new AppleTalk drivers,including FastPath/GatorBox support
  69. 50  ax25.c         Taken from V2.2
  70. 78                 Make sure pullup() gets called with the right parametertype
  71. 12R                Add the name of the interface to output of 'ax25 heard' command
  72. 14R                Check the result of the time() function
  73. 16R                Correct #include for unix.h
  74. 47R ax25.h         Some mods for ROSE (as suggested by Joe K5JB)
  75.  +  ax25cmd.c      Tailor 'ax25 heard' output
  76.  +                 Mods for UPLOAD command
  77. 42                 Do flowcontrol for incoming lines and those typed
  78. 31                 Force 'Connected' message to AX.25-window
  79. 46                 Do extended logging
  80. 48                 Incoming sessions draw more attention than incoming mail
  81. 58                 Make syntax of error- and usage-messages more consistent
  82. 59                 Make syntax of error- and usage-messages more consistent
  83. 60                 Save some space by moving some strings to 1 variable
  84. 67                 Cursors should appear only if typing in a window is allowed
  85. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  86. 72                 Change code so that it becomes more ANSI-like
  87. 73                 Update ax.25 window when state changes
  88. 73                 Implement fixes for more 'Real-Time processing'
  89. 78                 Update ax.25 window when state changes (1st mod was not enough)
  90. 10R                Force window-updates only if NET/Mac is not suspended
  91. 12R                Add the name of the interface to output of 'ax25 heard' command
  92. 15R                Return resultcode 0 if all was OK
  93. 16R                Correct #include for unix.h
  94. 19R                Mods for correctly displaying the systemprompt
  95. 34R                Print number of ignored bad-header-frames
  96. 44R                Save some space in 'ax heard' output
  97.  +  ax25dump.c     Support 'trace <interface> <bits> [filename]'
  98. 52                 Support 'traceonly [all|callsign]'
  99. 78                 Make sure pullup() gets called with the right parametertype
  100. 50  ax25subr.c     Taken from V2.2
  101. 78                 Make sure pullup() gets called with the right parametertype
  102. 29R                Implemented 'ignorebadheaders [on|off]' command
  103. 30R                Some more mods for 'ignorebadheaders [on|off]' command
  104. 33R                Some more mods for 'ignorebadheaders [on|off]' command
  105. 34R                Some more mods for 'ignorebadheaders [on|off]' command
  106. 45R                Enhance the test for bad AX.25 headers
  107.  +  ax_mbx.c       Do not include '.bbs' in from-field of mbox-message
  108.  +                 Fix bug in 'mbox' output
  109. 21                 Enhance test for control-z (for those that send cr + lf)
  110. 38     removed..   Make sure mailfiles are sent 'first in first out'
  111. 46                 Do extended logging
  112. 47                 Retransmit menu when an errormessage was sent out
  113. 58                 Make syntax of error- and usage-messages more consistent
  114. 59                 Make syntax of error- and usage-messages more consistent
  115. 60                 Make syntax of error- and usage-messages more consistent
  116. 73                 Notify users in case their LFADD is ON in their AX25 TNC
  117. 78                 Make sure pullup() gets called with the right parametertype
  118. 14R                Check the result of the time() function
  119. 18R                tmpfile() should  be tmpfile(0) or mbox mail will never be deleted
  120. 27R                Say goodbye when the user issued the B)ye command
  121. 34R                Enhancements for hop-to-hop delivery of reply-mail-files
  122. 47R                Some mods for ROSE (as suggested by Joe K5JB)
  123. 58  cmdparse.c     Force Usage:-messages to correct window
  124. 22R                Force Usage:-messages to correct window
  125. 26R croft.c        Added some comments to the sourcecode
  126. 44R                Allow a FORCE of a kind-of-illegal IP-number on AppleTalk
  127. 23R files.c        Define the 'universal' temp file and dynamic alias file
  128. 23R                Remove definitions for bm.rc, they're not needed
  129. 32R                Correct strange behaviour of consolecommands pwd, cd and dir
  130. 55  fingcli.c      Log outgoing finger-session
  131. 58                 Make syntax of error- and usage-messages more consistent
  132. 60                 Save some space by moving some strings to 1 variable
  133. 67                 Cursors should appear only if typing in a window is allowed
  134. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  135. 21R                Log reason for closing a session in case of networkproblems
  136. 41R                Allow recording of finger-sessions to a file
  137. 44R                Display transmissiontime and -speed at the end of an ftp get/put
  138. 41R finger.h       Allow recording of finger-sessions to a file
  139. 24  fingserv.c     Callsign instead of ip-number in 'being fingered' message
  140. 48                 Incoming sessions draw more attention than incoming mail
  141. 55                 Log closing of finger-session
  142. 65                 Allow any user (username * and password * in ftpusers)
  143. 78                 Make sure pullup() gets called with the right parametertype
  144. 15R                Return resultcode 0 if all was OK
  145. 19R                Mods for correctly displaying the systemprompt
  146. 19R                Finger-files no longer need a .txt extension
  147. 78  ftp.c          Make sure pullup() gets called with the right parametertype
  148. 14R ftp.h          Implemented mods for password blanking
  149. 55  ftpcli.c       Log outgoing ftp-session
  150. 58                 Force Usage:-message to correct window
  151. 58                 Make syntax of error- and usage-messages more consistent
  152. 59                 Don't ring a bell when alerts is set to 0 bells
  153. 59                 Make syntax of error- and usage-messages more consistent
  154. 60                 Make syntax of error- and usage-messages more consistent
  155. 60                 Save some space by moving some strings to 1 variable
  156. 67                 Cursors should appear only if typing in a window is allowed
  157. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  158. 73                 Update ftp window when state changes
  159. 10R                Force window-updates only if NET/Mac is not suspended
  160. 14R                Implemented mods for password blanking
  161. 15R                Mods for Password-blanking
  162. 15R                Return resultcode 0 if all was OK
  163. 21R                Log reason for closing a session in case of networkproblems
  164. 41R                Mods to prompt for username and password
  165. 42R                Fix for mods that prompt for username and password
  166. 43R                Fix for mods that prompt for username and password
  167. 78  ftpserv.c      Make sure pullup() gets called with the right parametertype
  168. 82                 Eventually supply 'ftpusers' with the right Icon
  169. 09R                Do the Icon-change based on the new 'netmacicons' command
  170. 14R                Check the result of the time() function
  171. 15R                Return resultcode 0 if all was OK
  172. 19R                FTP-users can no longer do a 'cd' to a file
  173. 23R                For incoming FTP-sessions send out FTEXT1 and FTEXT2
  174. 24R                Fix bug that crashed NET/Mac when receiving a 'cd ..'
  175. 25R                'cd ..' is the same as 'cd ::' now
  176. 28R                FTEXT1 and FTEXT2 will now be output according to the standards
  177. 29R                Shorten the FTP welcome message.. it's nicer now (I hope)...
  178.  +  heard.h        Tailor 'ax25 heard' output
  179. 12R                Add the name of the interface to output of 'ax25 heard' command
  180. 42R icmp.c         Support 'rdate' command
  181. 43R                Some minor mods for the 'rdate' command
  182.  +  icmpcmd.c      Add callsign to 'ping' output
  183. 73                 Implement fixes for more 'Real-Time processing'
  184. 19R                Mods for correctly displaying the systemprompt
  185. 19R                Make syntax of error- and usage-messages more consistent
  186. 27R                Allow 'reset' to be the 2nd parameter of a 'ping' command
  187. 42R                Support 'rdate' command
  188. 43R                Some minor mods for the 'rdate' command
  189. 46R                Support 'adjustclock' command
  190. 47R                Minor mod to the 'ping' console output
  191.  +  icmpdump.c     Support 'trace <interface> <bits> [filename]'
  192. 60  iface.c        Save some space by moving some strings to 1 variable
  193. 72                 Change code so that it becomes more ANSI-like
  194.  +  ipcmd.c        Tailor 'route' output
  195.  +                 Add 'route expanded' command to see callsigns (not IP-#'s)
  196. 50                 Tailor 'ip heard' output. Stolen from V2.2
  197. 57                 Tailor 'route expanded' output
  198. 58                 Make syntax of error- and usage-messages more consistent
  199. 59                 Make syntax of error- and usage-messages more consistent
  200. 60                 Make syntax of error- and usage-messages more consistent
  201. 60                 Save some space by moving some strings to 1 variable
  202. 72                 Change code so that it becomes more ANSI-like
  203. 73                 Implement fixes for more 'Real-Time processing'
  204. 86                 No need for \r before printing \n
  205. 41R                Truncate hostnames that are too long to be printed
  206.  +  ipdump.c       Support 'trace <interface> <bits> [filename]'
  207. 14R                Check the result of the time() function
  208. 63  ipheard.h      Reduce ip-heard space to 22 (was 100)
  209.  +  iproute.c      Mods for reboot-problem
  210. 56                 Make sourcefile easier to read (0l -> 0L)
  211. 44R                Removed some #ifdef's and #endif's
  212. 73  ip.c           Implement fixes for more 'Real-Time processing'
  213. 78                 Make sure pullup() gets called with the right parametertype
  214. 44R                Let UDP report 'port unreachable'... TRACEROUTE needs that...
  215. 26R kip.h          Some opcodes were defined to be int, changed those to long
  216. 63  kiss.c         Allow like 'param ax0 KISS ON' on KISS-lines
  217. 64                 Allow controlcharacters (^a, ^b etc.) to be sent to a TNC
  218. 64                 Add stuff for Kantronics KPC-4
  219. 66                 Redo of some tricky programming
  220. 86                 Enhance ^<char> to control-character conversion
  221. 86                 No need for \r before printing \n
  222. 64  kpc.c          Add stuff for Kantronics KPC-4 (new sourcefile)
  223. 22R                Prepare source for compilation under Think C 4.0
  224. 78  lapb.c         Make sure pullup() gets called with the right parametertype
  225. 21R                Fix a minor AX.25 protocol error
  226. 22R                Fix a minor AX.25 protocol error
  227. 23R                Fix an error in these 'AX.25 protocol error' mods
  228. 47R                Some mods for ROSE (as suggested by Joe K5JB)
  229. 22R lapb.h         Fix a minor AX.25 protocol error
  230.  +  mac_about.c    Correct #include to make the filename case-insensitive
  231. 00R                Change versionnumber to 2.3.0
  232. 05R                Change copyright notice
  233. 27R                Change copyright notice
  234. 37R                Change copyright notice
  235. 37R                Add info about Text Capture FKEY
  236.  +  mac_at.c       Don't '#include trace.h' twice
  237. 59                 Make syntax of error- and usage-messages more consistent
  238. 61                 Make syntax of error- and usage-messages more consistent
  239. 70                 Use new AppleTalk stuff
  240. 78                 Make sure pullup() gets called with the right parametertype
  241. 14R                New AppleTalk drivers,including FastPath/GatorBox support
  242. 14R                Fix bug that drove RIP crazy
  243. 18R                Remove 'applestat' command
  244. 23R                Terminate errormessage with a newline
  245. 30R                A quick and dirty attempt to solve the 'slow AppleTalk' problem
  246. 44R                Inform us about a gateway if one is present indeed
  247. 44R                Allow a FORCE of a kind-of-illegal IP-number on AppleTalk
  248.  +  mac_at.h       Correct #include to make the filename case-insensitive
  249. 70                 Use new AppleTalk stuff
  250.  +  mac_atdump.c   Correct #include to make the filename case-insensitive
  251.  +                 Support 'trace <interface> <bits> [filename]'
  252. 56                 'at_dump()' is called with 2 parameters, but has only 1
  253. 14R                Implemented some fixes for the new AppleTalk drivers
  254. 73  mac_autoexec   Added code to update the autoexec.net file
  255. 09R                Do the Icon-change based on the new 'netmacicons' command
  256. 11R                Don't update the autoexec.net of a 512K Mac
  257. 23R                Do the Icon-change based on the 'netmacicons' command
  258. 23R                Do some more errorchecking
  259. 23R                Use the 'universal' temp file
  260. 21  mac_avail.c    Returns available disk-space in ftp 'dir' command
  261. 40                 Correct free-space info for large disks
  262. 41                 Enhance free-space info for large amounts of free space
  263. 21R                Fix for 512K Macs
  264. 22R                Fix for old 512K Macs
  265. 58  mac_bcncmd.c   Make syntax of error- and usage-messages more consistent
  266. 59                 Make syntax of error- and usage-messages more consistent
  267. 60                 Make syntax of error- and usage-messages more consistent
  268. 60                 Save some space by moving some strings to 1 variable
  269. 72                 Change code so that it becomes more ANSI-like
  270. 73                 Implement fixes for more 'Real-Time processing'
  271. 19R mac_binsubs.c  Fixes for not properly closing MacBinary-files after ftp
  272.  +  mac_callbka.c  Tailor callbook layout (European people don't have zip's)
  273. 14R                Check the result of the time() function
  274. 15R                Updated by WA8DZP for new Buckmaster CD
  275. 16R                Support for encoded international database
  276. 17R                Fix programming error that caused 1-character suffix to fail
  277. 18R                Make sure licenses don't look like expired ones
  278. 18R                The log should read AX25, not TCP/IP
  279.  +  mac_callbk.c   Tailor callbook layout (European people don't have zip's)
  280. 14R                Check the result of the time() function
  281. 15R                Updated by WA8DZP for new Buckmaster CD
  282. 16R                Support for encoded international database
  283. 17R                Fix programming error that caused 1-character suffix to fail
  284. 18R                Make sure licenses don't look like expired ones
  285. 18R                Log hostnames, not ip-numbers
  286. 23R                Add the missing linefeed behind the mail-address line
  287. 21  mac_files.c    Add info about free disk space to ftp 'dir' command
  288. 59                 Make syntax of error- and usage-messages more consistent
  289. 12R                Fix pathnames for old Mac512
  290. 12R                Show times in UTC when displaying a directory
  291. 19R                Finger-files no longer need a .txt extension
  292. 21R                More fixes for old 512K Macs
  293. 22R                More fixes for old 512K Macs
  294. 23R                More fixes for old 512K Macs
  295. 23R                Remove definitions for bm.rc, they're not needed
  296. 23R mac_files.h    Define the 'universal' temp file and dynamic alias file
  297. 23R                Remove definitions for bm.rc, they're not needed
  298. 77  mac_fopenw.h   Define width of scrollbars
  299. 04R mac_gestalt.c  Prepare sources for Gestalt()
  300. 05R                Assembler code for Gestalt()... Thanks Ivo!
  301. 09R                Gestalt will no longer be compiled in the 512K version
  302. 09R                Fixes for AddResMenu() bug in System 7.1
  303. 10R                Fixes for Mac LC II under System 7.0.1
  304. 30R                Include MacOS- and NET/Mac-versionnumbers in SMTP headers
  305.  +  mac_help.c     Correct #includes to make the filename case-insensitive
  306. 09R                Fixes for AddResMenu() bug in System 7.1
  307. 21R                Force arrow-cursor when the HELP-window is active
  308. 22R                Don't force an arrow-cursor on a Mac512
  309. 36R                Fixes for AddResMenu() bug in System 7.1.1
  310. 41R                Fixes for AddResMenu() bug in System 7.5
  311. 63  mac_io.c       Allow like 'param sl0 ATDT<phonenumber' on slip-lines
  312. 74                 Although 'unsupported', support 38400 bps
  313. 86                 No need for \r before printing \n
  314. 18R                Flush the disk-cache before performing clr_tmpfiles()
  315. 18R                Keep files that could not be deleted in the RemoveIt list
  316. 28R                Prepare sources for support of 4-port serial card
  317. 29R                Allow more than just one Hurdler serial card
  318. 32R                Flush the disk-cache before Q)uit
  319. 32R                Don't send a <RETURN> before the Hayes command: +++
  320. 47R                In case of I/O-errors also display interface-name
  321. 58  mac_isescmd.c  Make syntax of error- and usage-messages more consistent
  322. 59                 Make syntax of error- and usage-messages more consistent
  323. 60                 Make syntax of error- and usage-messages more consistent
  324. 73                 Implement fixes for more 'Real-Time processing'
  325. 15R                Return resultcode 0 if all was OK
  326. 73  mac_ises.c     Implement fixes for more 'Real-Time processing'
  327. 08R mac_mactype.c  Move Mactypes to a different segment, so we can unload it
  328. 09R                Gestalt will no longer be used in the 512K version
  329. 10R                Fixes for Mac LC II under System 7.0.1 and more
  330. 11R                Don't compile this for an old Mac 512
  331. xxR                Added more machinetypes
  332.  +  mac_misc.c     Mods for UPLOAD command
  333. 30                 Support remote-reboot
  334. 56                 New command: 'rip trace on' (by AF2J)
  335. 60                 Save some space by moving some strings to 1 variable
  336. 62                 Change name 'back_to_console' into 'lastActiveSession'
  337. 67                 Mods for 'SMTP trace' window
  338. 67                 Update 'lastActiveSession' when the user clicks a window
  339. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  340. 69                 Mods for split-windows for TELNET, AX.25 and NET/ROM
  341. 83                 Introduce 'User-defined' menu stuff
  342. 86                 Allow \<char> for control-characters in a menu-item
  343. 04R                Enable/disable Custom menu depending on frontwindow
  344. 06R                The 'Custom' menu no longer uses the clipboard
  345. 14R                Check the result of the time() function
  346. 18R                Leave drawing of the MenuBar to mac_toolsevents()
  347. 22R                Translate 2 backslashes in a menu-item into 1 slash
  348. 28R                Disable 'Custom' menu when showing a 'Finger' session
  349. 32R                NET/Mac handles a remote-reboot more gracefully
  350. 41R                Password-protect 'remote <hostname> reset' command
  351. 60  mac_path.c     Make syntax of error- and usage-messages more consistent
  352. 73                 Make errormessages more helpful
  353. 12R                Fix pathnames for old Mac512
  354. 15R                More fixes for 512K Macs
  355. 17R                Add conditional code for PA3ECP's Mac XL
  356. 18R                Flush the disk-cache before calling clr_tmpfiles()
  357. 20R                More fixes for 512K Macs
  358. 21R                More fixes for 512K Macs
  359. 22R                More fixes for 512K Macs
  360. 23R                More fixes for 512K Macs
  361. 23R                Define the 'universal' temp file and dynamic alias file
  362. 23R                Remove definitions for bm.rc, they're not needed
  363. 29R                Delete temp-files at startup
  364. 23R mac_perform_at Implement 'perform <command> <HH:MM>' command
  365. 25R                Change the syntax to: 'perform <command> <HH:MM>|+<delay> o|p'
  366. 27R                Add command: 'perform clear', which clears the whole list
  367. 28R                Modify the 'usage' message so that 'perform clear' is included
  368. 28R                Display delay in minutes, not seconds
  369. 28R                Fix for permanent commands with a +<delay>
  370. 35R                New <dayofweek> parameter for 'perform' command
  371. 09R mac_realtime.c New... Draws and updates the statistics window
  372. 15R                Enlarge realtime window
  373. 21R                Fix for values bigger than maximum
  374. 56  mac_rip.c      New command: 'rip trace on' (by AF2J)
  375. 71                 Fix some dirty sourcelines in rip_recv()
  376. 72                 Make sure windows update properly even when not in front
  377. 73                 Enhance mods of modset 72
  378. 73                 Implement fixes for more 'Real-Time processing'
  379. 78                 Stop sending out faulty RIP-packets
  380. 78                 Solved a bug that made the Mac crash every now and then
  381. 79                 Another bug solved in the RIP-receive code
  382. 80                 Correct a typo, that destroyed RIP-interfaces
  383. 10R                Force window-updates only if NET/Mac is not suspended
  384. 23  mac_ripcmd.c   Tailor 'rip status' output
  385. 56                 New command: 'rip trace on' (by AF2J)
  386. 59                 Make syntax of error- and usage-messages more consistent
  387. 60                 Save some space by moving some strings to 1 variable
  388. 67                 Check RIP window when it is selected by a RIP TRACE command
  389. 67                 Allow the user to define location and size of RIP window
  390. 67                 Cursors should appear only if typing in a window is allowed
  391. 68                 Check for valid hostname in 'rip' commands
  392. 04R                Enable/disable Custom menu depending on frontwindow
  393. 15R                Return resultcode 0 if all was OK
  394. 45  mac_tools.c    If no window is a checked window, go to then console-window
  395. 53                 Fix bug in above mod, that seemed to crash on a Macintosh LC only
  396. 57                 Mod for the RIP Trace window.. check when clicked
  397. 60                 Save some space by moving some strings to 1 variable
  398. 67                 Mods for 'SMTP trace' window
  399. 67     removed..   Update 'lastActiveSession' when the user clicks a window
  400. 69                 Mods for split-windows for TELNET, AX.25 and NET/ROM
  401. 74                 Enable Paste-menu
  402. 77                 Make sure we look at the correct window
  403. 80                 Add a command-G option in the edit-menu
  404. 81                 Make sure SetPort points to the FrontWindow
  405. 82                 Fix SysEnvirons calls
  406. 83                 Introduce 'Settings' menu
  407. 04R                Enable/disable Custom menu depending on frontwindow
  408. 05R                Some more mods to make sure the window we look at is the active one
  409. 09R                Mods for the statistics window
  410. 10R                Force window-updates only if NET/Mac is not suspended
  411. 11R                When used on an old Mac512 assume non-adb keyboard
  412. 13R                Disable 'Help...' menu when HELP is not available
  413. 17R                Before going to the background try to switch to an arrowcursor
  414. 18R                mac_toolsevents() will redraw MenuBar if necessary
  415. 21R                Map option-command G and option-command V for non-ADB keyboards
  416. 28R                Disable 'Custom' menu when showing a 'Finger' session
  417. 31R                Implement recognition of disk-events
  418. 45R                Mac-Tools.c was cleaned up by Ivo ON1XK
  419. 45R mac_tools.h    Mac-Tools.c was cleaned up by Ivo ON1XK
  420. 42  mac_ttydriv.c  Do flowcontrol for incoming lines and those typed
  421. 56                 Don't allow typing into the RIP Trace Window
  422. 57                 Force ^R type-in to the right window (by AF2J)
  423. 67                 Mods for 'SMTP trace' window
  424. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  425. 15R                Mods for Password-blanking
  426. 38R                Add support for 'Text Capture FKEY' for slit-windows
  427. 50  mac_whois.c    Added. This file was taken from the V2.2 release
  428. 80                 Display a watch-cursor when going through host.net
  429. 82                 Slow down the rotating cursor
  430. 07R                Show my picture when people ask who I am
  431. 09R                Eventually supply 'hosts.net' with the right Icon
  432. 09R                Do the Icon-change based on the new 'netmacicons' command
  433. 11R                Never show my face on a 512K Mac
  434. 22R                A lot of people want to know about ON1XK, so...
  435. 24R                Call cursor routines in the right way
  436.  +  main.c         Record StartUp time in LOG-file
  437.  +                 Log callsign:socket, not ip-number:socket
  438.  +                 Fix keyboard-locked bug
  439.  +                 Support 'trace <interface> <bits> [filename]'
  440.  +                 Fix doremote()
  441.  +                 Allow list of autoexec.net-commands
  442. 22                 Support 'log <filename> [overwrite]'
  443. 25                 Write complete TRACE command to trace-file (for debugging)
  444. 26                 Put machineType in smtp's share and enjoy message
  445. 28                 Fix small problem in trace (NO trace but STILL a window)
  446. 34                 Add more machinetypes (LC and Classic)
  447. 37                 Add more machinetypes (IIfx and IIsi)
  448. 42                 Allow flowcontrol for incoming lines and those typed
  449. 46                 Do extended logging
  450. 46                 Check parameters of 'flow' command
  451. 47                 Enhance trace-mods; sometimes traceinfo goes to mailfile 
  452. 50                 Add 'whois <callsign | ip-number>' command (from V2.2)
  453. 50                 Add 'hostfile <filename>' command (from V2.2)
  454. 52                 Polish code for obtaining Macintosh type
  455. 52                 Support 'traceonly [all|callsign]'
  456. 53                 Show 'traceonly' values when starting to trace
  457. 58                 Check for valid hostname in 'remote' command
  458. 58                 Force Usage:-message to correct window
  459. 58                 Make syntax of error- and usage-messages more consistent
  460. 59                 Allow 'record|upload <filename> [<sessionnumber>] command
  461. 59                 Make syntax of error- and usage-messages more consistent
  462. 60                 Save some space by moving some strings to 1 variable
  463. 60                 Make syntax of error- and usage-messages more consistent
  464. 61                 Fix  for current session-number and <escape>-key
  465. 62                 Change name 'back_to_console' into 'lastActiveSession'
  466. 64                 Add stuff for Kantronics KPC-4
  467. 65                 Redo of the Mac-type recognition
  468. 65                 New 'prompt' command implemented
  469. 66                 Fix little bug in new 'prompt' command
  470. 66                 Add more machinetypes (Quadra's, PowerBook's, Classic II)
  471. 67                 Allow the user to define location and size of LOG window
  472. 67                 Allow the user to define location and size of CONSOLE window
  473. 67                 Cursors should appear only if typing in a window is allowed
  474. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  475. 68                 Check for valid hostname in 'rip' commands
  476. 69                 Fix SysEnvirons call
  477. 71                 Implement 'rtntoses [on|off]' command
  478. 72                 Change code so that it becomes more ANSI-like
  479. 72                 Make sure windows update properly even when not in front
  480. 73                 Slow down updating the tracewindow
  481. 73                 Implement fixes for more 'Real-Time processing'
  482. 74                 Enable Paste-menu
  483. 79                 Make sure routing table is properly preset to NULLROUTE's
  484. 79                 Implement console-commands 'date' and 'time'
  485. 80                 Show a WatchCursor when going through autoexec.net
  486. 80                 Add a command-G option in the edit-menu
  487. 81                 Auto-adjust cursortype when the mouse has been moved
  488. 82                 Balance the speed of the rotating cursor to the speed of the CPU
  489. 83                 Some more cursor mods
  490. 83                 Introduce 'Settings' menu
  491. 83                 Introduce 'User-defined' menu and 'addmenu' command
  492. 84                 Some more cursor mods
  493. 84                 Change 'User-defined' to 'Custom' menu
  494. 84                 Remove some obsolete sourcecode from PasteIfSomethingsThere()
  495. 84                 Improve copying of commands to clipboard
  496. 85                 Replace ' by " in menustrings
  497. 85                 Implement 'source' command (mods by AF2J)
  498. 86                 Put '#$debug on\n' in  char debugOn[]
  499. 86                 Check for invalid menu-string characters
  500. 00R                Make syntax of error- and usage-messages more consistent
  501. 01R                Mods for smtpndays
  502. 02R                Fixes for 'Auto Operator'
  503. 03R                Log 'Auto Operator' actions in the log-file, not the console
  504. 03R                InactiveTimer implemented for sessions, that seem obsolete
  505. 04R                Implement 'title' and change default console-title
  506. 04R                Enable/disable Custom menu depending on frontwindow
  507. 04R                Prepare sources for Gestalt()
  508. 05R                Prepare sources for Gestalt()
  509. 05R                Enable/disable Custom menu depending on frontwindow
  510. 06R                The 'Custom' menu no longer uses the clipboard
  511. 07R                Show inactiveTimer in 't s #' command-output
  512. 08R                Prepare NET/Mac for the newer Macintoshes
  513. 08R                Fix to make x and y parameters of Console command work
  514. 08R                Move Mactypes to a different segment, so we can unload it
  515. 09R                Mods for the statistics window
  516. 09R                Implementation of new 'netmacicons on|off' command
  517. 09R                Fixes for AddResMenu() bug in System 7.1
  518. 10R                Force window-updates only if NET/Mac is not suspended
  519. 10R                Support mail-delivery over AppleShare
  520. 11R                HELP not defined? Tell the user about the HMgr resource
  521. 11R                Enhance syntax-checking for 'appleshare' command
  522. 11R                Fix problem with flashing HELP-balloons
  523. 11R                Don't update the autoexec.net of a 512K Mac
  524. 11R                Tell the user we need at least System 4.1 when no SysEnvirons
  525. 11R                On an old Mac512 don't try to call SysEnvirons()
  526. 12R                Show times in UTC when displaying a directory
  527. 13R                Don't call UnloadSeg() on an old 512K Mac
  528. 13R                Tell a Mac512 user which resources can be deleted
  529. 13R                Check the result of the time() function
  530. 14R                Enhance the CheckClock() routine
  531. 14R                Implemented mods for Serial Line Framing Protocol
  532. 14R                Improve some dirty programming
  533. 14R                Show NET/Mac versionnumber in Consolewindow-title
  534. 14R                Mods for Password-blanking
  535. 15R                Mods for Password-blanking
  536. 15R                Return resultcode 0 if all was OK
  537. 15R                Implemented 'sesscreen [<width>]' command
  538. 16R                'sesscreen [<width>]' is now 'sesscreen [<width> [<length>]]'
  539. 16R                Enhance checking of 'trace <interface> <mode>' command
  540. 16R                Mods to support encoded international database
  541. 16R                Support 'inquire <callsign>' command from console
  542. 17R                Support 'callbookserver <hostname>' command
  543. 18R                Make the System 7.1-MyAddresMenu-message conditional
  544. 18R                Remove 'applestat' command
  545. 19R                Forget about CPU speed in the Macintosh-type printout
  546. 19R                The size of the trace-window can be defined in the trace-command
  547. 19R                Make syntax of error- and usage-messages more consistent
  548. 20R                Tell a Mac512 user which resources can be deleted
  549. 20R                Take care of the Bus Errors that happened in 2.3.19
  550. 21R                Support 'ctext1 [<text>]' and 'ctext2 [<text>]' commands
  551. 21R                When using a non-ADB keyboard command-Q will not Quit NET/Mac
  552. 22R                Hide the I-beam cursor until COPY from the menu is really there
  553. 23R                Enhance checking for obsolete open sessions
  554. 23R                Show '\\' as '/' in the Custom Menu Items
  555. 23R                Implement code for 'perform [<command> <HH:MM> [once|permanent]]'
  556. 23R                New command 'dontalias <user> [<user>] [<user>] ....'
  557. 23R                Support 'ftext1 [<text>]' and 'ftext2 [<text>]' commands
  558. 24R                Call cursor routines in the right way
  559. 25R                Show the time after processing the 'tzone' command
  560. 25R                Allow user to change the 'dontalias' definitions
  561. 26R                The command 'smtpndays <#days>' is now 'smtp ndays <#days>'
  562. 26R                Implemented new command 'softkiss' to enable SoftKiss fixes
  563. 28R                Never change cursors when running in suspended mode
  564. 28R                FTEXT1 and FTEXT2 will now be output according to the standards
  565. 28R                Prepare sources for support of 4-port serial card
  566. 29R                Implemented 'ignorebadheaders [on|off]' command
  567. 30R                Sleep no longer (kind of) freezes the Mac
  568. 31R                Log-messages should end with a <return>, not a <space>
  569. 31R                The log- and callbook-log-file now have a NET/Mac icon
  570. 32R                Prepare for longer Macintosh names (like: PowerBook Duo 270c)
  571. 32R                Output <RETURN><LINEFEED> at end of CTEXT1 and CTEXT2
  572. 32R                The 'tzone' command reads the offset from the Map controlpanel
  573. 32R                The first socket.port is now 1024 (0 - 1023 seem to be reserved)
  574. 33R                The timezone offset is available under System 6 too
  575. 33R                The timezone sometimes was wrong when it was set more than once
  576. 35R                New: 'reboot_on_bad_date' }  These new commands were implemen-
  577. 35R                New: 'sourcewhendone'     }  ted to make it easier to maintain
  578. 35R                New: 'resetsmtpto'        }  an unattended slip-telephone-link
  579. 36R                'sourcewhendone' command incorrectly kept track of linkstatus
  580. 37R                Some more improvements for the 'sourcewhendone' command
  581. 39R                Mods for Power Macintosh models
  582. 40R                Added 'chat' command
  583. 41R                Make sure NET/Mac doesn't leave a watchcursor on the screen
  584. 41R                Password-protect 'remote <hostname> reset' command
  585. 41R                Change double linespace to single space in TRACE-files
  586. 41R                Create new TRACE-files only when the traceflags are nonzero
  587. 41R                Allow recording of finger-sessions to a file
  588. 42R                Support 'rdate' command
  589. 43R                The NET/Mac versionnumber will now be recorded to TRACE-files
  590. 44R                The NET/Mac versionnumber will now be recorded correctly, ;-)
  591. 45R                Mac-Tools.c was cleaned up by Ivo ON1XK
  592. 45R                Enhance the reboot_on_bad_date decision method
  593. 46R                Support 'adjustclock' command
  594. 46R                Support 'fontsize' command
  595. 47R                'ttylink' command = 'chat' command
  596. 47R                'traces' command = 'trace' command, but packets are separated
  597. 47R                Non-ADB-keyboard Macintoshes had 2 active 'Quit' File-menu items
  598. 47R                With 'ignore bad headers' OFF the bad-headers-counter is now zero
  599. 78  mbuf.c         Make sure pullup() gets called with the right parametertype
  600. 16R                New version received from PE1CHL to fix DUP mbuf problem
  601. 34R                Removed old version of mbuf.c
  602. 16R mbuf.h         New version received from PE1CHL to fix DUP mbuf problem
  603. 09R MyAddResMenu.c Fixes for AddResMenu() bug in System 7.1
  604. 11R                Do NOT compile this if HELP is not defined in config.h
  605. 46  netrom.h       Do extended printing of 'netrom rout' command-output
  606.  +  netuser.c      Add conversion-routine for ip-number to callsign
  607. 80                 Show a WatchCursor when going through hosts.net
  608. 82                 Slow down the rotating cursor
  609. 83                 Show a WatchCursor when going through hosts.net
  610. 19R                Ignore comment at the end of hosts.net lines
  611. 24R                Call cursor routines in the right way
  612. 40R                Enhance syntax-checking for 'IP-number'-style parameters
  613. 45R                Speed-up hostname lookups from the hosts.net file
  614. 46R                Speed-up hostname lookups from the hosts.net file
  615.  +  netuser.h      Define inet_n2h() and phsocket()
  616. 33  nr3.c          Changed some NET/ROM constants
  617. 46                 Do extended printing of 'netrom rout' command-output
  618. 59                 Make syntax of error- and usage-messages more consistent
  619. 78                 Make sure pullup() gets called with the right parametertype
  620. 30R                Implemented 'ignorebadheaders [on|off]' command
  621. 33R                Fix for 'ignorebadheaders'stuff
  622. 73  nr4subr.c      Implement fixes for more 'Real-Time processing'
  623. 78                 Make sure pullup() gets called with the right parametertype
  624. 73  nr4user.c      Implement fixes for more 'Real-Time processing'
  625. 73  nr4.c          Implement fixes for more 'Real-Time processing'
  626.  +  nr4.h          Fix 'bomb' bug in NET/ROM-sessions
  627.  +  nrcmd.c        Fix 'bomb' bug in NET/ROM-sessions
  628.  +                 NETOM is now NETROM in 'window'-menu
  629.  +                 Mods for UPLOAD command
  630. 42                 Do flowcontrol for incoming lines and those typed
  631. 31                 Force 'Connected' message to NET/ROM-window
  632. 46                 Do extended printing of 'netrom route' command-output
  633. 46                 Do extended logging
  634. 48                 Incoming sessions draw more attention than incoming mail
  635. 58                 Make syntax of error- and usage-messages more consistent
  636. 59                 Make syntax of error- and usage-messages more consistent
  637. 60                 Save some space by moving some strings to 1 variable
  638. 60                 Make syntax of error- and usage-messages more consistent
  639. 64                 Don't allow NET/ROM on non-NET/ROM interfaces
  640. 67                 Cursors should appear only if typing in a window is allowed
  641. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  642. 69                 Seconds should be milliseconds in some command-responses
  643. 70                 Use strcpy() all over the place
  644. 72                 Change code so that it becomes more ANSI-like
  645. 73                 Implement fixes for more 'Real-Time processing'
  646. 04R                Enable/disable Custom menu depending on frontwindow
  647. 15R                Return resultcode 0 if all was OK
  648. 19R                Mods for correctly displaying the systemprompt
  649. 23R                'netrom nodefilter' command also shows nodefilter mode
  650. 78  nrs.c          Make sure pullup() gets called with the right parametertype
  651. 47R                In case of I/O-errors also display interface-name
  652. 78  nrsubr.c       Make sure pullup() gets called with the right parametertype
  653. 42R ping.h         Support 'rdate' command
  654. 73  rip.h          Implement fixes for more 'Real-Time processing'
  655.  +  session.c      Mods for UPLOAD command
  656. 36                 Mods for RECORD command
  657. 58                 Try not to expand inactive sessions
  658. 59                 Make syntax of error- and usage-messages more consistent
  659. 59                 Allow 'record|upload <filename> <sessionnumber> command
  660. 59                 Fix 'close'- and 'session'-command for current session
  661. 60                 Save some space by moving some strings to 1 variable
  662. 62                 A <RETURN> switches back to the last session (by AF2J)
  663. 62                 Change name 'back_to_console' into 'lastActiveSession'
  664. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  665. 71                 Implement 'rtntoses [on|off]' command
  666. 77                 Redraw window after switching to another one
  667. 04R                Enable/disable Custom menu depending on frontwindow
  668. 14R                Implemented mods for password blanking
  669. 15R                Mods for Password-blanking
  670. 27R                Recording a session should result in a TEXT-file, single-spaced
  671. 28R                Disable 'Custom' menu when showing a 'Finger' session
  672. 38R                Add support for 'Text Capture FKEY' for slit-windows
  673. 39R                OUT windows in a split-window session were sometimes hidden
  674. 68  session.h      Implement split-windows for TELNET, AX.25 and NET/ROM
  675. 14R                Implemented mods for password blanking
  676. 41R                Mods to prompt for username and password
  677. 42R                Fix for mods that prompt for username and password
  678. 43R                Fix for mods that prompt for username and password
  679. 44R                Display transmissiontime and -speed at the end of an ftp get/put
  680. 47R slfp.c         In case of I/O-errors also display interface-name
  681. 78  slip.c         Make sure pullup() gets called with the right parametertype
  682. 25R                Fix a problem, that was caused by SoftKiss 1.6
  683. 26R                Fixes for a problem, that was caused by SoftKiss pre1.8
  684. 47R                In case of I/O-errors also display interface-name
  685. 30  smisc.c        Support remote-reboot
  686. 14R                Check the result of the time() function
  687. 15R                Return resultcode 0 if all was OK
  688. 32R                Flush open files at 'remote-reboot'-time
  689. 41R                Password-protect 'remote <hostname> reset' command
  690.  +  smtpcli.c      Fix SMTP-timer sometimes showing wrong timervalue
  691. 38     removed..   Make sure mailfiles are sent 'first in first out'
  692. 39                 Log ALL outgoing mail
  693. 49                 Also show hostname in some SMTP messages
  694. 58                 Make syntax of error- and usage-messages more consistent
  695. 59                 Make syntax of error- and usage-messages more consistent
  696. 60                 Make syntax of error- and usage-messages more consistent
  697. 67                 Mods for 'SMTP trace' window
  698. 67                 Allow the user to define location and size of SMTP window
  699. 67                 Cursors should appear only if typing in a window is allowed
  700. 72                 Make sure windows update properly even when not in front
  701. 73                 Implement fixes for more 'Real-Time processing'
  702. 78                 Make sure pullup() gets called with the right parametertype
  703. 01R                Mods for smtpndays
  704. 02R                Mods for smtpndays
  705. 04R                Enable/disable Custom menu depending on frontwindow
  706. 10R                Force window-updates only if NET/Mac is not suspended
  707. 12R                Fix pathnames for old Mac512
  708. 14R                Check the result of the time() function
  709. 15R                Return resultcode 0 if all was OK
  710. 18R                fflush() SMTPXXXXX tempfiles and disk-cache after fclose()
  711. 21R                If mail can't be delivered, report the name of the destination
  712. 23R                Make sure 'smtp timer 0' stops smtp timer until further notice
  713. 26R                Introduce 'smtp vm' command to cure the SMTP problem in IBM's VM
  714. 26R                The command 'smtpndays [<#days>]' is now 'smtp ndays [<#days>]'
  715. 32R                Implemented 'smtp multi' command
  716. 33R                'smtp ndays 0' now disables checking for the age of a mailfile
  717. 34R                Enhancements for hop-to-hop delivery of reply-mail-files
  718. 40R                Make sure mailaddresses look like: ...%...%...%...%...@...
  719. 26  smtpserv.c     Put machineType in smtp's share and enjoy message
  720. 38                 Make sure mailfiles are sent 'first in first out'
  721. 48                 Incoming sessions draw more attention than incoming mail
  722. 54                 Try to optimize outgoing mail as much as possible
  723. 56                 Fix typo, that accidently terminated an IF-statement
  724. 65                 Remove any existing controlcharacters in <user@.....>
  725. 66                 Increase size of ourname[] for longer Macintosh names
  726. 78                 Make sure pullup() gets called with the right parametertype
  727. 80                 Show a WatchCursor when mailing files
  728. 01R                Mods for smtpndays
  729. 02R                Allow only 1 incoming SMTP from a given host, kill the others
  730. 08R                Prepare for longer Macintosh names (like: PowerBook DUO 230)
  731. 09R                Eventually supply 'alias' with the right Icon
  732. 09R                Do the Icon-change based on the new 'netmacicons' command
  733. 10R                Support mail-delivery over AppleShare
  734. 12R                Fix pathnames for old Mac512
  735. 13R                Don't report failing AppleShare mail-delivery
  736. 14R                Check the result of the time() function
  737. 15R                Return resultcode 0 if all was OK
  738. 18R                fflush() SMTPXXXXX tempfiles and disk-cache after fclose()
  739. 19R                Mods for correctly displaying the systemprompt
  740. 22R                Undeliverable mail should be returned hop-to-hop
  741. 23R                New command 'dontalias <user> [<user>] [<user>] ....'
  742. 24R                Call cursor routines in the right way
  743. 25R                Don't dynamically alias 'mailer-daemon'
  744. 26R                Assign 0L instead of 0 to long int variable 'sequence'
  745. 27R                In case we cannot get sequence.seq... delay and try again
  746. 27R                Don't generate duplicate callsigns for hop-to-hop addressing
  747. 29R                Make sure the universal temp-file has a NET/Mac Icon
  748. 30R                Include MacOS- and NET/Mac-versionnumbers in SMTP headers
  749. 30R                Sleep no longer (kind of) freezes the Mac
  750. 31R                AppleShare delivery now also changes the From: address
  751. 31R                Bugfixes for 'dontalias' command
  752. 32R                Prepare for longer Macintosh names (like: PowerBook Duo 270c)
  753. 32R                Implemented 'smtp multi' command
  754. 34R                Enhancements for outgoing-mail-optimizer
  755. 34R                Enhancements for hop-to-hop delivery of reply-mail-files
  756. 35R                Improved the generation of dynamic aliases
  757. 37R                Some conditional mods for my own private internet-link
  758. 39R                Improved the generation of From addresses for hop-to-hop
  759. 39R                Mods for Power Macintosh models
  760. 40R                Improved the generation of From addresses for hop-to-hop
  761. 45R                Let the watchcursor spin while copying mail-files
  762. 45R                In case of problems send a more explaining message to the screen
  763. 47R                Mods to fix an appleshare-mail-delivery problem
  764. 35  smtp.h         Prevent from crashing when long SMTP lines come in
  765. 38                 Fix for mailfiles that have 8 character long names
  766. 01R                Mods for smtpndays
  767. 13R                Forget about the stupid MS/DOS 8 character filenames
  768. 21R                If mail can't be delivered, report the name of the destination
  769. 27  tcp.h          Implement new 'max_retry_timer' (tcp mrtt [milliseconds])
  770. 03R                Mods for inactiveTimer
  771.  +  tcpcmd.c       Show callsign:socket in 't s' command
  772. 20                 Show control-block numbers in 't s' command
  773. 20                 Allow 'tcp <type> <block-number>' commands
  774. 27                 Implement new 'max_retry_timer' (tcp mrtt [milliseconds])
  775. 57                 Enhance 'tcp irtt' command to show cashed stuff
  776. 58                 Make syntax of error- and usage-messages more consistent
  777. 59                 Make syntax of error- and usage-messages more consistent
  778. 68                 Don't reset a 'Closed' session because this will crash NET/Mac
  779. 70                 Implement 'tcp active' command (suppressed 'tcp status')
  780. 70                 Implement 'tcp extended' command (extended 'tcp active')
  781. 73                 Implement fixes for more 'Real-Time processing'
  782. 07R                Show inactiveTimer in 't s #' command-output
  783. 41R                Truncate hostnames that are too long to be printed
  784. 43R                Align the output of 't s' for large-memory Macintoshes
  785. 45R                Don't accept 'tcp reset' commands for sockets in 'Listen' state
  786.  +  tcpdump.c      Support 'trace <interface> <bits> [filename]'
  787. 57  tcpin.c        Implement cashing of rtt settings (by AF2J)
  788. 73                 Implement fixes for more 'Real-Time processing'
  789. 78                 Make sure pullup() gets called with the right parametertype
  790. 33R                Some more 'enhancements' for q-and-d AppleTalk-fix
  791. 35R                Some more 'enhancements' for q-and-d AppleTalk-fix
  792. 50  tcpip.╣.rsrc   Taken from V2.2
  793.  +                 HELP-info added/changed over various releases of NET/Mac
  794. 80                 Added 'rotating cursor'
  795. 27  tcpout.c       Implement new 'max_retry_timer' (tcp mrtt [milliseconds])
  796. 44                 Make sure counters remain positive
  797. 73                 Implement fixes for more 'Real-Time processing'
  798. 82                 Try to keep the retry-timers AT LEAST 5 seconds
  799. 27  tcpsubr.c      Implement new 'max_retry_timer' (tcp mrtt [milliseconds])
  800. 57                 Implement cashing of rtt settings (by AF2J)
  801. 73                 Implement fixes for more 'Real-Time processing'
  802. 03R                Mods for inactiveTimer
  803. 32  tcptimer.c     Make sure counters remain positive
  804. 01R                Mods for smtpndays
  805. 02R                Mods for smtpndays
  806. 23R                Enhance checking for obsolete open sessions
  807. 78  tcpuser.c      Make sure pullup() gets called with the right parametertype
  808. 30R                A quick and dirty attempt to solve the 'slow AppleTalk' problem
  809. 31R                Bugfixes for q-and-d fix
  810. 32R                Some more 'enhancements' for q-and-d fix
  811. 35R                Some more 'enhancements' for q-and-d fix
  812. 57  tcp_rtt.c      New sourcefile for cashing of rtt settings (by AF2J)
  813.  +  telnet.c       Mods for UPLOAD command
  814. 25                 Force incoming data to the right window
  815. 29                 Close <session> doesn't crash a Mac with minimum system
  816. 42                 Do flowcontrol for incoming lines and those typed
  817. 51                 Force state-changes to the right window
  818. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  819. 55                 Log outgoing telnet-session
  820. 60                 Save some space by moving some strings to 1 variable
  821. 67                 Cursors should appear only if typing in a window is allowed
  822. 78                 Make sure pullup() gets called with the right parametertype
  823. 14R                Don't send incoming null-characters to the TELNET-session-window
  824. 21R                Log reason for closing a session in case of networkproblems
  825.  +  timer.c        Mods for reboot-problem
  826. 49                 If smtp timer > 3276 (*10 mSec) no smtp kick occurred
  827. 73                 Implement fixes for more 'Real-Time processing'
  828. 74                 Add some conditional debugging code
  829. 09R                Mods for the statistics window
  830. 14R                Check the result of the time() function
  831. 22R                Don't allow msPTick > 1000 or 'division by zero' may occur
  832. 73  timer.h        Implement fixes for more 'Real-Time processing'
  833.  +  tnserv.c       Display callsign not ip-number on incoming telnet-session
  834. 48                 Incoming sessions draw more attention than incoming mail
  835. 60                 Save some space by moving some strings to 1 variable
  836. 67                 Cursors should appear only if typing in a window is allowed
  837. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  838. 04R                Enable/disable Custom menu depending on frontwindow
  839. 15R                Return resultcode 0 if all was OK
  840. 19R                Mods for correctly displaying the systemprompt
  841. 21R                For incoming TELNET-sessions send out CTEXT1 and CTEXT2 
  842. 22R                Limit the number of TELNET sockets and keep track of those
  843. 32R                Output <RETURN><LINEFEED> at end of CTEXT1 and CTEXT2
  844.  +  trace.c        Support 'trace <interface> <bits> [filename]'
  845. 46                 Show date and time while tracing
  846. 52                 Support 'traceonly [all|callsign]'
  847. 53                 Mod for trace <interface> 111 (211 was OK)
  848. 78                 Make sure pullup() gets called with the right parametertype
  849. 14R                Check the result of the time() function
  850. 41R                Change double linespace to single space in TRACE-files
  851. 42R                Fix error in TRACE-output, introduced in 2.3.41
  852. 14R trace.h        Implemented mods for Serial Line Framing Protocol
  853. 78  udp.c          Make sure pullup() gets called with the right parametertype
  854. 82                 Fix sporadic odd address errors
  855. 14R                Make sure udp.c uses iface.h
  856. 44R                Let UDP report 'port unreachable'... TRACEROUTE needs that...
  857.  +  udpdump.c      Support 'trace <interface> <bits> [filename]'
  858.  
  859. 76  Lots of files  Installation of conditional sourcecode-compilation
  860.                    and removal of non-Mac sources
  861. 12R                Mods for MFS-only Macintoshes
  862. 14R                Mods for MFS-only Macintoshes
  863. 15R                Mods for MFS-only Macintoshes
  864. 15R                Return error-code 0 if all was OK
  865. 30R                Removed some #ifdef's and #endif's
  866. 46R                Support 'fontsize' command
  867. 47R                Some mods for ROSE and low-level AX.25 as suggested by K5JB
  868.  
  869. Priority
  870.    1    (known bugs)   none
  871.    2                   Scrollable windows... Will be very hard to implement...
  872.    2                   Support for lzw compression (smtp)
  873.    2                   Support for POP-server (Client only)
  874.    2                   Domain nameserver (won't be easy to implement either...)
  875.    2                   Control-X should terminate a C)hat; back to the mbox
  876.    3                   Support for lzw compression (ftp)
  877.    3    NET/ROM        Support NET/ROM connections over AppleTalk links
  878.    3    AX.25          Support AX.25 connections over AppleTalk links
  879.    3    FTP            Support type ahead of commands
  880.    4    UPLOAD         Fix NET/ROM uploads
  881.    5    SMTP           Allow mailforwarding to RLI/MBS-boxes
  882.  
  883.    ?                   Support for encapsulated packets for gateways
  884.  */
  885.  
  886.  /*
  887.  
  888.  About some new things and new (or changed) commands and how to use those:
  889.  
  890.  
  891.  UPLOAD and RECORD: Switch from the AX.25- or TELNET window to the console
  892.  window and type 'UPLOAD <filename>' or 'RECORD <filename>'. So make sure
  893.  you go from the window for which the UPLOAD/RECORD is intended DIRECTLY
  894.  to the console window, otherwise you'll get an errormessage.
  895.  In NET/Mac(58) and higher versions you may also use the format:
  896.  upload <filename> [<session>]  and  record <filename> [<session>|off]
  897.  
  898.  
  899.  ROUTE EXPANDED: Displays the routing table like the ROUTE command does,
  900.  but IP-numbers will be translated into hostnames. This may take some time
  901.  because the hostnames have to be looked up in the HOSTS.NET file.
  902.  I suggest you just use this form when you have a RAM-cache enabled in
  903.  your controlpanel. Oh... you cannot type a shortcut for EXPANDED, so
  904.  'ro e' will not work. This is just to prevent one from accidently typing
  905.  this command.
  906.  
  907.  
  908.  TCP MRTT [<milliseconds>]: You may use this new command to set a Maximum
  909.  ReTry Timer. The default time is 3600 seconds (3600000), which means
  910.  that when a link has gone down, or has gone bad, there will be a retry
  911.  at least once every hour. This timer was created so that the retry-
  912.  timer doesn't go up too high. Don't set this timer to a (too) low value,
  913.  because you may introduce a lot of retries for a down link, which means
  914.  a lot of unnecessary traffic on the frequency. This MRTT is valid for
  915.  ALL open connections. I suggest you DON'T set it to a value lower than
  916.  900000 (900 seconds) or so.
  917.  
  918.  
  919.  #$debug on: You may choose to list the commands in the autoexec.net-file
  920.  when they are being executed. This is very handy to trace errors in the
  921.  startup-file. NET/Mac will start showing the commands when it discovers
  922.  a line containing   #$debug on   in the autoexec.net file.
  923.  
  924.  
  925.  FLOW [ON|OFF]: Enable or disable 'flow-control' for TELNET-, NET/ROM-
  926.  and AX.25-sessions. With flowcontrol ON an incoming line will not be
  927.  written to the screen as long as you are in the middle of typing a line
  928.  for the remote station. Incoming data will be displayed as soon as you
  929.  hit the <RETURN> key. So far flowcontrol is not perfect, but I think it
  930.  is a lot better than it used to be. Anyway, it works fine, as long as
  931.  you don't type HALF a line in one session, and then switch to another and
  932.  do some typing there, and then switch back and so on. If you simply type
  933.  a COMPLETE line at a time it's OK.
  934.  
  935.  
  936.  ALERTS [<number>]: Sets the number of bell-strikes for incoming sessions.
  937.  <number> may be a number from 0 to 5. When <number> is 0, no bell will 
  938.  sound for incoming sessions or incoming mail. When <number> is bigger than
  939.  0 incoming mail will sound 1 bell (like it used to be), but incoming
  940.  live sessions like TELNET-, AX.25- and NET/ROM-sessions will sound as
  941.  many bells as defined in the ALERTS command. This command was created so
  942.  incoming sessions may draw more attention than incoming mail- or finger-
  943.  sessions.
  944.  
  945.  
  946.  ROUTE ADD DEFAULT <interface>: I suggest you DON'T USE THIS FORM, but use
  947.  ROUTE ADD [44.0.0.0]/8 <interface>  instead.
  948.  
  949.  
  950.  At startup the program prints out a line containing the Macintoshtype and
  951.  two type-numbers. If it says 'Macintosh Computer', then please inform me
  952.  about the type of Macintosh you are running NET/Mac on (like Plus, SE etc.)
  953.  and the typenumbers it printed, so that I can add the Macintoshtype you
  954.  are using. So far it should recognize most of the Macintoshes.
  955.  Note that a Mac-XL running a Mac Plus emulator, or a 512Ke with a SCSI-
  956.  interface and/or 1 MByte of memory (or more), are considered to be a Plus!
  957.  
  958.  
  959.  TRACEONLY [ALL|CALLSIGN] allows you to only expand packets to or from a
  960.  given station (doesn't work for AppleTalk-tracing). This 'option' was
  961.  installed because sometimes, on a very busy channel, it used to be close
  962.  to impossible to return from the trace-window to the console-window (in
  963.  order to switch tracing off).
  964.  
  965.  
  966.  OUTGOING-MAIL-OPTIMIZER: NET/Mac(54) and higher versions contain an
  967.  'outgoing-mail-optimizer'. It performs the following task:
  968.  Suppose someone sends me (pa2aga) ONE mail for a number of hams, like:
  969.  To: pe0mar@pa2aga pa0aax@pa2aga pa0gln@pa2aga on1xk@pa2aga
  970.  Now, what used to happen is the following:
  971.  Using the alias-file of pa2aga, mail would be re-queued to:
  972.  pe0mar@pi8hvh pa0aax@pi8hvh pa0gln@pi8mac on1xk@pi8hvh
  973.  4 files in total, of which 3 would be sent (one after another) to pi8hvh.
  974.  I always thought this was a waste of bandwidth, so...
  975.  My optimizer does the trick now, NET/Mac takes care of it all!
  976.  It will send one file to pi8mac and ONE file to pi8hvh!
  977.  
  978.  
  979.  RIP TRACE [ON|OFF]: Allows you to trace RIP-activity in a RIP-dedicated
  980.  Window. These mods came from Joe AF2J (thanks Joe!). Note that when A LOT
  981.  of routes get added through the RIP-mechanism, the RIP-trace-window may
  982.  slow down NET/Mac for a while, because (like ROUTE EXPANDED) all IP-numbers
  983.  will get translated to hostnames before the messages in the RIP-trace window
  984.  are displayed. This may require some (a lot) of disk-accesses when the file
  985.  'hosts.net' is not in a RAM-cache. I suggest you turn on the RIP TRACE when
  986.  indeed you want to trace the RIP-stuff, otherwise turn RIP TRACE OFF.
  987.  
  988.  
  989.  We have experienced some outgoing CHECKSUM ERRORs on both AppleTalk and
  990.  TNC links. This problem causes AppleTalk links to become very  S L O W.
  991.  To minimize this problem I have set both TCP MSS and TCP WINDOW to 216 so
  992.  that there will never be more than 1 frame at a time going out over the
  993.  AppleTalk link. This seems to have reduced it by 95%. Unfortunately MSS
  994.  and WINDOW are being used for all tcp-connections, so setting both of them
  995.  to the same value also limits the possibilities on the TNC-link, but as
  996.  far as I've noticed here that doesn't really hurt. PE1CHL told me that the
  997.  CHECKSUM ERROR problem also exists in his NET.PE1CHL, and that he is not
  998.  going to solve it. He believes that it has been solved in NOS.
  999.  
  1000.  
  1001.  For SLIP-lines you may now issue modemcommands like ATDT in a 'param'
  1002.  command. The format of the command is: param <interface> <modemcommand>
  1003.  Examples:  param sl0 ATDT031174942153 
  1004.             param sl0 +++
  1005.  Note: Only 1 string is sent to the modem.
  1006.        A <space> or <return> terminates the string.
  1007.  
  1008.  
  1009.  For KISS-lines you may now issue TNC-commands like KISS ON in a 'param'
  1010.  command. The format of the command is: param <interface> <TNC-command>
  1011.  Example:  param ax0 KISS ON
  1012.  Note: A <return> terminates the string.
  1013.  
  1014.  
  1015.  A new feature in NET/Mac(65) and higher is the 'anonymous anonymous' user.
  1016.  You can allow any user to log in by defining username * and password * in
  1017.  the ftpusers-file. When NET/Mac goes through the list of validated users,
  1018.  and it encounters a username *, then the search is terminated and the user
  1019.  is granted access to the system. You should put this line at the very end
  1020.  of ftpusers! You may also choose to remove any 'guest' or 'anonymous'
  1021.  user from the ftpusers-file, since * could cover all of those.
  1022.  
  1023.  
  1024.  Also new in version 65 is the 'prompt' command, which enables you to
  1025.  change the default 'net>' prompt.
  1026.  
  1027.  
  1028.  Version 67 and higher allow the user to define the location and size
  1029.  of the Trace-, RIP Trace-, LOG-, SMTP Trace- and CONSOLE-windows. If you
  1030.  haven't changed the commands that generate these windows, the windows will
  1031.  simply be like they used to be. If you want to change the size or location
  1032.  of a given window, simply add 4 numbers to the command, that creates it.
  1033.  (e.g.: log :spool:logs:log x y r c)
  1034.  The 4 numbers are: x and y: the coordinates of the upper left corner
  1035.                              default is 0 0
  1036.                     r      : number of rows (lines) in the window
  1037.                              default is 24 (on a 9" screen)
  1038.                     c      : number of columns (characters) per line
  1039.                              default is 80 (on a 9" screen)
  1040.                              
  1041.  Since the TRACE-command has an optional filename as the last parameter,
  1042.  it is required to use all 4 parameters (x y r c) for the windowsize or
  1043.  NON of those. The optional filename remains the LAST parameter.
  1044.  
  1045.  To change the location and size of the console-window a new command
  1046.  'console [x y r c]' was introduced.
  1047.  
  1048.  I myself use on a 9" screen:
  1049.  rip trace on 0 0 24 72
  1050.  smtp trace 2 0 19 17 80
  1051.  log :spool:logs:log overwrite 0 0 24 71
  1052.  console 0 0 13 80
  1053.  
  1054.  Example for 13" screen:
  1055.  rip trace on 0 0 24 80
  1056.  log :spool:logs:log overwrite 0 310 3 80
  1057.  smtp trace 2 0 374 3 80
  1058.  console 0 0 24 80
  1059.  
  1060.  Starting up NET/Mac with   #$debug on   may be pretty slow, especially
  1061.  when you have a large screen (let's say > 12"). If you want to speed up
  1062.  processing of the autoexec.net file you can first reduce the size of the
  1063.  console-window.
  1064.  On PA0GLN's Mac LC with 13" color-screen the startup took 24 seconds.
  1065.  He then installed the following line as the first line of his autoexec.net:
  1066.  console 0 0 10 80
  1067.  
  1068.  At the end of his autoexec.net he selected the screen as suggested above.
  1069.  Startup then took only 15 seconds.
  1070.  
  1071.  
  1072.  FLOW [ON|OFF] now also controls the kind of screen you will get when an
  1073.  AX.25-, NET/ROM- or TELNET-session is started. With FLOW OFF you will now
  1074.  get a split-screen, with an incoming and an outgoing window. When FLOW
  1075.  is ON, you will get one window in which both the incoming and outgoing
  1076.  data will be displayed.
  1077.  
  1078.  
  1079.  KPC-4 TNC: When a kpc-4 is attached, an "a" or "b" is added to <label>
  1080.  and is used in place of <interface> in all autoexec.net (and live) commands.
  1081.  So, when you do  'attach kpc4 1 a ax25 kp0 2048 576 4800'  your <interface>'s
  1082.  will be kp0a and kp0b.
  1083.  
  1084.  
  1085.  RTNTOSES [ON|OFF] allows you to enable/disable a mode in which typing
  1086.  a single <RETURN> in the console-window will/won't bring you back to
  1087.  the active session. Default is ON.
  1088.  
  1089.  
  1090.  REALTIME [ON|OFF] was implemented because I discovered, that timers
  1091.  appeared to be only relative values. When the Mac is busy running more
  1092.  than just NET/Mac, sometimes my timers (like SMTP TIMER, retry-timers
  1093.  etc.) look like actual values, but in many cases the real value was 1.5 to
  1094.  3 times higher than the ones shown by various commands. I always wondered
  1095.  why a ping with a delay of 900 seconds only got handled about twice an hour....
  1096.  When you switch on REALTIME, NET/Mac will try to investigate how busy the
  1097.  Mac is, and how little time NET/Mac gets from the system. By doing so and
  1098.  adjusting the timervalues these become more realistic. NET/Mac will average
  1099.  the values it found over some time. When you type REALTIME, it will show
  1100.  you the value it has calculated. The program usually uses the value 100,
  1101.  so if REALTIME shows 200 mSec per tick, this means, that all timers and
  1102.  counters are twice as long as you would expect. Also look at SMTP TIMER
  1103.  some time after switching on REALTIME, and you will see a more accurate
  1104.  value of the timer there.
  1105.  When you quit NET/Mac by using the 'exit' command, NET/Mac will put the
  1106.  average tick-value of the last NET/Mac-run at the beginning of your
  1107.  autoexec.net, so that it will automatically start up using this value when
  1108.  you activate NET/Mac the next time.
  1109.  
  1110.  
  1111.  CMDTOCLIPB [ON|OFF] appears to be handy when you want to have a possibility
  1112.  to redo the last command. This new command allows you to copy each and every
  1113.  command to the clipboard, so that you can 'retype' the command by simply
  1114.  pressing command-G (Do Again). It's a lot more comfortable to type (a lot of)
  1115.  command-G's than to type like 't s 5f873c' a number of times, just to monitor
  1116.  a given session. Command-V acts just like command-G, but the command will not
  1117.  really be executed, so that you can edit the command if you like.
  1118.  
  1119.  
  1120.  RIP really works in version 80 (and higher)!
  1121.  
  1122.  
  1123.  ADDMENU <string> allows you to enter commands from the menubar. Look at the
  1124.  HELP info for ADDMENU for more info.
  1125.  
  1126.  
  1127.  SOURCE <filename> allows you to split up the autoexec.net file into a number
  1128.  of smaller files, each performing a specific task, like 1 file for 'route add'
  1129.  commands, 1 file for 'arp add' commands etc... Also you may choose to group
  1130.  together a number of NET/Mac commands, that can be activated later from the
  1131.  'Custom' menu. See also the NET/Mac HELP-windows for 'addmenu' and 'source'.
  1132.  
  1133.  
  1134.  SMTP NDAYS <number> will make sure, that SMTP-files that have been inside your
  1135.  Macintosh (and could not be delivered) for more than <number> days, will get
  1136.  returned to the sender. The default value for <number> is 365 (days), but I
  1137.  think you should set it to some value of between 10 and 30. Mail-files are
  1138.  being checked against this <number> when they are queued for transmission.
  1139.  When NET/Mac stays on for very long without being restarted, this could mean,
  1140.  that there may be a session, waiting in SYN SENT mode for the destination to
  1141.  show up, for as long as NET/Mac is running. This would mean, that the outgoing
  1142.  mail to that (unreachable?) destination will only get queued when SMTP kicks
  1143.  for the first time, and never after. Therefore I implemented a mod, which makes
  1144.  sure that outgoing SMTP-sessions that reach retry-timer 128 (see 'tcp status')
  1145.  will get requeued again.
  1146.  Also outgoing SMTP-sessions that wait for a command from the destinationhost
  1147.  and seem to be 'forgotten' by that host will be reset after about 2 hours.
  1148.  
  1149.  
  1150.  TITLE <new consolewindow title> allows you to change the default title of the
  1151.  console-window (which now defaults to 'hostname') to any title you like.
  1152.  
  1153.  
  1154.  Sometimes it seems hard to disconnect a simple AX.25 connection by just typing
  1155.  a disconnect command... Instead of typing disconnect commands over and over,
  1156.  you should try the following: type: ax25 status
  1157.                       and then type: ax25 reset <'&AXB'-address>
  1158.  
  1159.  You should ONLY use these commands, when the state of the connection is (and
  1160.  remains) 'Conn pending', otherwise the remote-station will never know, that
  1161.  you have dropped the connection. 
  1162.  
  1163.  
  1164.  SLEEP <seconds> was added to allow users to put NET/Mac to sleep for some time.
  1165.  Sometimes this seems to be necessary after sending a command (like RESET) to a
  1166.  TNC. During the sleep period, which may last between 1 and 60 seconds, NET/Mac
  1167.  will not service any ports.
  1168.  
  1169.  
  1170.  NETMACICONS [ON|OFF] allows you to control the type of Icon that the NET/Mac
  1171.  configurationfiles will have. When switched to ON, files like 'ftpusers',
  1172.  'alias', 'hosts.net' and 'autoexec.net' will eventually get a NET/Mac-like Icon.
  1173.  Some users did not like this because they would like to see TeachText or some
  1174.  other file-editor launched (instead of NET/Mac) whenever they double-click on
  1175.  the very file. When you decide to change the creator of the file to the NET/Mac
  1176.  application, the filetype will still remain TEXT, so that any editor will be
  1177.  able to edit the file. I myself changed the Icons to NET/Mac-like Icons, because
  1178.  I feel these files are really NET/Mac configuration files, and therefore should
  1179.  look like NET/Mac-documents. The default for NETMACICONS is ON.
  1180.  
  1181.  
  1182.  System 7.1 has a bug in AddResMenu() that messes up the HELP-window. NET/Mac
  1183.  now has it's own MyAddResMenu() to fix that. NET/Mac will check if it is running
  1184.  under 7.1 and if so it uses it's own routines, otherwise the system's AddResMenu
  1185.  will be used.
  1186.  
  1187.  
  1188.  Under the 'Settings' menu a new item '...View Statistics' was installed.
  1189.  This allows you to display a window, in which the realtime statistics are shown.
  1190.  For some reason I don't understand yet, background tasks will slow down a lot
  1191.  when this window is up, and therefore it 'self-destructs' in 15 seconds. I am
  1192.  still looking for the cause of this and will try to solve the problem as soon as
  1193.  possible.
  1194.  
  1195.  
  1196.  APPLESHARE [<HOSTNAME> <PATH_TO_MQUEUE_FOLDER>] was implemented in version 2.3.10.
  1197.  I wrote this command because I got sick of having to deal with badly performing
  1198.  AppleTalk TCP/IP links. The bad links are caused by some 'DUP MBUF' problem,
  1199.  which happens to occur much more on AppleTalk than on TNC-links. I think the
  1200.  problem rises when an ACK for a frame was received before the frame itself has
  1201.  been deleted from the outbound-frame-queue. Of course the chances, that this will
  1202.  happen on AppleTalk are relatively large because of it's high speed. On my network
  1203.  it happens most of the time when one of my Mac 512Ke's transfers SMTP-files to
  1204.  the IIx or SE/30. The IIx and SE/30 seem to ACK so quick, that the 512 doesn't
  1205.  have enough time to remove the transmitted frame from the queue. The new command
  1206.  allows the 512 to directly put the file to be transmitted into the MQUEUE folder
  1207.  of the IIx using AppleShare instead of the TCP/IP link. Sending out a 585K file
  1208.  took 7 minutes over TCP/IP, while the transmission lasted only 2.5 minutes over
  1209.  AppleShare. Bad links sometimes perform so bad, that I cannot get more than about
  1210.  5K sent in ONE HOUR! For the time being, you can define only 1 AppleShare host.
  1211.  In my case this did not appear to be a problem, because usually one Mac only
  1212.  forwards mail to one of the others. This happens to be the case since in Holland
  1213.  we are used to do hop-to-hop forwarding, and when mail comes in on one of the Macs
  1214.  it will be forwarded to the 'next in line' and to the next etc. So only the 'next
  1215.  in line' Mac has to be defined as AppleShare host. If for some reason the Apple-
  1216.  Share volume appears to be not-online, then NET/Mac will use TCP/IP-forwarding
  1217.  automatically.
  1218.  
  1219.    |                                      Suppose mail comes in at pa2aga for
  1220.    |                                      pa3ecp@pa2aga. The aliasfile of pa2aga
  1221.  A |                                      will reroute that to pa3ecp@pi8mac.
  1222.  p |--- pa2aga on 433.025 MHz. -- TNC     pa2aga has 1 AppleShare node: pi8mac,
  1223.  p |                                      so the mailfile will (if possible) be
  1224.  l | alias: pa3ecp  pa3ecp@pi8mac         forwarded over an AppleShare link.
  1225.  e |
  1226.  T |                                      pi8mac discovers the mail in it's own
  1227.  a |--- pi8mac on 430.675 MHz. -- TNC     mqueue-folder, while it is still
  1228.  l |                                      addressed to: pa3ecp@pi8mac, and will
  1229.  k | alias: pa3ecp  pa3ecp@pa2aga-2       send it over the loopback-link to
  1230.    |                                      itself. Then it will get aliassed to
  1231.  c |                                      pa3ecp@pa2aga-2, while pa2aga-2 is it's
  1232.  a |--- pa2aga-2 on 1259.675 MHz. -- TNC  known AppleShare node. Therefore, again
  1233.  b |                                      it will be sent over via AppleShare.
  1234.  l | alias: pa3ecp  pa3ecp@pa3ecp
  1235.  e |                                      Finally pa2aga-2 encounters mail for
  1236.    |                                      pa3ecp@pa2aga-2, and will send it to
  1237.                                           itself. The mail will then be rerouted
  1238.                                           to pa3ecp@pa3ecp and will finally be
  1239.                                           delivered over the TNC-link. pa2aga-2
  1240.                                           knows 1 AppleShare node: pa2aga
  1241.                                           
  1242.  example of the APPLESHARE command as it is in the autoexec.net of pa2aga:
  1243.  
  1244.  appleshare pi8mac "HD of PI8MAC:TCP/IP:spool:mqueue"
  1245.  
  1246.  Note: AppleShare mail-delivery will take place ONLY if the file gets QUEUED by
  1247.  NET/Mac (like in hop-to-hop forwarding). If you just typed a mail yourself, then
  1248.  IM/Mac will queue it. Therefore the first hop will go over a TCP/IP link while all
  1249.  next (AppleTalk-)hops may be using this AppleShare feature. I may decide to enhance
  1250.  this, but will not do so until the system has proven to REALLY be an enhancement.
  1251.  So far my AppleTalk TCP/IP links have been running well with this mod, and I'll
  1252.  keep my fingers crossed!
  1253.  We've tested this feature on standard AppleShare-volumes as well as TOPS-volumes.
  1254.  
  1255.  
  1256.  NET/Mac 2.3.14 contains new AppleTalk drivers. So far these seem to be much more
  1257.  reliable than the old drivers.
  1258.  
  1259.  I just want you to know that:
  1260.  1) You cannot mix NET/Mac 2.3.14 and pre-2.3.14 versions on 1 AppleTalk trunk,
  1261.     because they will not be able to communicate with eachother
  1262.  2) When one Mac on the AppleTalk link tries to send to another, while the other
  1263.     one isn't running NET/Mac yet, the first one seems to freeze for maybe half
  1264.     a minute or so, but don't panic... it will continue to run without problems
  1265.  3) The new NET/Mac may be used to connect to an ethernet-LAN over a Shiva
  1266.     FastPath or Cayman GatorBox. If no such gateway is discovered on the Apple-
  1267.     Talk LAN, NET/Mac will report 'No AppleTalk Gateway was found' when processing
  1268.     the 'attach' command for the AppleTalk port
  1269.  
  1270.  NET/Mac 2.3.15 contains upgraded new AppleTalk drivers. Again you cannot mix 2.3.15
  1271.  with earlier versions. Furthermore the last number in the attach-statement for the
  1272.  AppleTalk interface cannot be larger than 586, so 600 is invalid for NET/Mac 2.3.15.
  1273.  
  1274.  Dewayne WA8DZP, who sent me these fixes, wrote about hem:
  1275.  'When you do a trace for an AT interface now, the AT addresses are displayed in the'
  1276.  'standard net:node:socket convention for both source and destination.  The maximum '
  1277.  'packet size in the "attach at0" command should now be 586. This code will find any'
  1278.  'host running NET/Mac who is in the same AT zone. This should be a BIG improvement '
  1279.  'over the old LAP code that could only work over one network.                        '
  1280.  
  1281.  NET/Mac also supports point-to-point SLFP, as used by the Merit Network and MIT.
  1282.  Check the HELP-info for the 'attach' command to see how to select SLFP.
  1283.  
  1284.  
  1285.  When you have just started up an FTP-session and you have typed: USER <username>
  1286.  you can now type your password without showing the password on the screen.
  1287.  To do this DON'T type: PASS <password>, but simply type: PASS and the system will
  1288.  ask you to type a password. The password will not be visible on the screen. If 
  1289.  you decide to use the old form (PASS <password>) the password WILL be visible!
  1290.  
  1291.  
  1292.  SESSCREEN [<screenwidth>] [<number_of_lines>] allows you to define the width and
  1293.  length of windows that will be opened for ftp-, telnet-, ax.25-, net/rom- and
  1294.  finger-sessions. The maximum size depends on the size of the screen. I figured out,
  1295.  that 90 by 25 is nice on my PowerBook 100, while the screen can be 101 characters
  1296.  wide by 29 lines long.
  1297.  
  1298.  
  1299.  The drivers for accessing the callsign-database have been changed so that NET/Mac
  1300.  will use the format of (and read) the new HamCall CD-ROM. Old callbook databases,
  1301.  that could be used by pre 2.3.15 versions of NET/Mac cannot be used any longer.
  1302.  
  1303.  HamCall CD-ROM:
  1304.  500,000 hams plus 1,000s of public domain amateur radio programs and data.
  1305.  NOW with international callsigns!!
  1306.  CD-ROM  $50
  1307.  Shipping $5
  1308.  
  1309.  Buckmaster Publishing
  1310.  Route 4, Box 1630
  1311.  Mineral, VA 23117
  1312.  (703)894-5777
  1313.  (800)282-5628
  1314.  
  1315.  After buying the october 1992 Buckmaster CD I discovered, that the databases are
  1316.  in an invisible folder. You can attach the U.S.A.-database using a command like:
  1317.  
  1318.  callbk HCALL_10_92:HAM0:HAMCALL.129;1 :spool:logs:callbook_log
  1319.                ^       ^               ^^^^^^^^^^^^^^^^^^^^^^^^
  1320.              these are zero's              just an example
  1321.  
  1322.  The international callbook file is encoded. To use it from NET/Mac you must use:
  1323.  
  1324.  callbk HCALL_10_92:HAM0:HAMCALL.ALL;1 :spool:logs:callbook_log encoded
  1325.  
  1326.  
  1327.  CALLBOOKSERVER <HOSTNAME> defines the callbook-server in your area. It is set to your
  1328.  own hostname by default. The 'inquire' command will retrieve the callbook-database
  1329.  at the station, which is defined by the 'callbookserver' command.
  1330.  
  1331.  
  1332.  INQUIRE <CALLSIGN> allows you to retrieve the callbook-database of a predefined
  1333.  callbook-server. The output is exactly the same as delivered to an ax.25- or
  1334.  NET/ROM-user, who sends an I)nquire <callsign> command to the mbox, or a TCP/IP-
  1335.  user who sends a 'finger %<user>@<callbookserver>'.
  1336.  
  1337.  
  1338.  CTEXT1 [<MESSAGE LINE 1>] and CTEXT2 [<MESSAGE LINE 2>] allow you to send out a
  1339.  2-line welcome message to the station that opens a TELNET-session to this host.
  1340.  If a message is idle, no data will be sent out. Setting or clearing out a message
  1341.  can be done as follows:   ctext1 "Welcome to TELNET at PA2AGA"
  1342.                            ctext2 "It's past midnight.. everybody is asleep here"
  1343.                      or:   ctext2 ""
  1344.  
  1345.  
  1346.  FTEXT1 [<MESSAGE LINE 1>] and FTEXT2 [<MESSAGE LINE 2>] do the same as the CTEXT
  1347.  commands, except that these 2 commands will define welcome messages that will be
  1348.  displayed when a new FTP-session gets opened.
  1349.  
  1350.  
  1351.  DONTALIAS <USER> [<USER> ...] enables recording of (so far) unknown aliases in a
  1352.  DynamicAliases file, while these aliases will then be used to reroute mail.
  1353.  It works like this:
  1354.  
  1355.  Suppose K1FRM knows he can send mail to K1TO via K1VIA, while the mail-path to
  1356.  K1FRM is so far unknown at both K1TO as well as K1VIA.
  1357.  K1FRM would then send his mail to: k1to%k1to@k1via
  1358.  (if K1TO is in the aliasfile of K1VIA he could also send it to: k1to@k1via)
  1359.  
  1360.  Now NET/Mac at K1VIA sees this mail coming in and if K1FRM is not defined in the
  1361.  'dontalias' command (and why should it be?), it will record K1FRM in it's
  1362.  DynamicAliases file. The same thing happens at K1TO.
  1363.  This means that starting now anybody can send mail to K1FRM by simply mailing it
  1364.  to: K1FRM@K1VIA or to: K1FRM@K1TO
  1365.  
  1366.  It is necessary to define your own <USER> in the dontalias command, just to make
  1367.  sure that mail sent out by yourself, but rerouted by someone else and going
  1368.  through your own NET/Mac again will not be looked at. Otherwise an alias for your
  1369.  own <USER> would get written to the DynamicAliases file, meaning that starting
  1370.  now mail to yourself would get rerouted to yourself, and rerouted again, and
  1371.  again and again.........
  1372.  
  1373.  NET/Mac will not record aliases for those <USERS>s, that are already defined in
  1374.  the real 'alias' file.
  1375.  
  1376.  
  1377.  SMTP VM was implemented in version 2.3.26. Scott Petrack <petrack@vnet.IBM.COM>
  1378.  reported a problem when NET/Mac was mailing to an IBM VM mainframe. The mainframe
  1379.  could not handle the way NET/Mac was doing it's SMTP session. When you need to
  1380.  SMTP to such a machine, make sure you use the 'smtp vm' command before you start
  1381.  sending out the first mail. You cannot UNDO this command, but it should work fine
  1382.  for all other implementations of SMTP, except that they may perform just a little
  1383.  slower.
  1384.  
  1385.  
  1386.  If for some reason you are using any version of SoftKISS older than version 1.8
  1387.  I suggest you add the command SOFTKISS to your autoexec.net file. This command
  1388.  enables some fixes in NET/Mac to take care of a few bugs in SoftKISS, that were
  1389.  solved in version 1.8.
  1390.  
  1391.  
  1392.  NET/Mac 2.3.29 supports the Hurdler HDS 2-port and HQS 4-port serialcards as well
  1393.  as the QuadraLink and QuadraLink DMA cards. This means that starting now you can
  1394.  connect up to 6 TNC's to 1 Macintosh using 1 card or up to 10 TNC's when using 2
  1395.  cards, etc. Check the modified online-HELP info for both the 'attach'-command and
  1396.  'quadralink'-command.
  1397.  
  1398.  
  1399.  IGNOREBADHEADERS [ON|OFF] was implemented after I installed the QuadraLink 4 ports
  1400.  serial card, which was given to me by Tom N4ZPT (thanks again Tom!). When using
  1401.  this card NET/Mac sometimes (in my case once or twice an hour) cannot service the
  1402.  card quick enough. Usually this happens when it is busy writing a mailfile to disk.
  1403.  The result is that the first couple of characters in a packetheader may come in in
  1404.  a bad shape, which of course makes the complete packet unusable. The headers found
  1405.  in these packets used to be interpreted and the funny callsigns, that were the
  1406.  result, used to be stored in lists like 'ax heard' and 'netrom route'. When you
  1407.  set 'ignorebadheaders' to on, these faulty packets will be moved to the trash right
  1408.  away. If you want to see when NET/Mac ignores a bad packet (and why), simply use
  1409.  the 'ignorebadheaders on' command twice.
  1410.  
  1411.  
  1412.  In NET/Mac 2.3.32 I somewhat changed the 'tzone' command. A new variant of this
  1413.  command allows you to set the timezone-name, while the offset is taken from the
  1414.  'Map' control-panel. For more info see the HELP-info inside NET/Mac.
  1415.  
  1416.  
  1417.  SMTP MULTI [ON|OFF] allows you to specify if a given host is allowed to open more
  1418.  than just 1 smtp-session to your station. Usually NET and NOS will only open ONE
  1419.  session at a time. This means that when a second session gets opened, the first
  1420.  one will get reset. Of course this can result in serious problems if a mailer near
  1421.  you decides to use more than one SMTP-session to deliver it's mail. The default
  1422.  mode is (and has been for long...) OFF.
  1423.                      
  1424.                      
  1425.  PERFORM [CLEAR]|[<COMMAND> <HH:MM>|+<DELAY> [ONCE [<DAYOFWEEK>]]|[PERMANENT]]
  1426.  allows you to define commands, that will be executed at a given time. See HELP
  1427.  for examples and some more info.
  1428.  
  1429. */
  1430.